home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
PWAULTP3.ZIP
/
PWAPRGMS.A02
/
PWA95
/
PWAEF21.ZIP
/
EXTERNAL.ZIP
/
EFPWAFV.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1994-12-04
|
1KB
|
92 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
String STRING001
String STRING002
String STRING003
;------------------------------------------------------------------------------
STRING001 = ReadLine(String(PPEPath() + "EFPWAFV.CFG"), 1)
STRING003 = GetToken()
If (Exist(STRING001)) Then
STRING002 = Mid(STRING001, 1, String(Len(STRING001) - 9))
FCreate 1, STRING002 + "FILE.$" + String(PcbNode()), 2, 0
FPutLn 1, "!" + STRING001 + " " + STRING003
FClose 1
DispFile STRING002 + "FILE.$" + String(PcbNode()), 0
Delete STRING002 + "FILE.$" + String(PcbNode())
End
Else
PrintLn "** Error, you cannot view files because FLAG.PPE cannont find"
PrintLn "** either FLAGFV.DAT or the PWAFV PPE. Make sure the sysop"
Print "** coppied the DAT file to the "
PrintLn PPEPath() + " directory"
End
Endif
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 2 End
; 2 Goto
; 3 Let
; 1 Print
; 3 PrintLn
; 1 If
; 1 DispFile
; 1 FCreate
; 1 FClose
; 1 FPutLn
; 1 Delete
;
;
; ■ Functions used :
;
; 11 +
; 1 -
; 1 !
; 1 Len(
; 1 Mid()
; 5 String()
; 2 PPEPath()
; 3 PcbNode()
; 1 ReadLine()
; 1 GetToken()
; 1 Exist()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 1 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------